home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / b / bartenderv1.1.lha / BarTender / LittleBarTender.txt < prev   
Text File  |  1995-02-18  |  362b  |  18 lines

  1. ;This is an example AmigaDos script for running the program from RAM:
  2. ;and keeping the database in an archive in order to save space.
  3.  
  4. ;first copy everything from the BarTender directory on your harddrive
  5.  
  6. copy BarTender#? RAM:
  7.  
  8. ;change directories
  9.  
  10. cd RAM:
  11.  
  12. ;now unpack the BarTender.db.lha file
  13.  
  14. LHA x BarTender.db.lha
  15.  
  16. ;and then run the program
  17.  
  18. RUN BarTender